home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 31 / PC Actual CD 31.iso / dists / SRC / SLIBEXEC.AA / SLIBEXEC / libexec / bootpd / readfile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-30  |  373 b   |  20 lines

  1. /* readfile.h */
  2.  
  3. #include "bptypes.h"
  4. #include "hash.h"
  5.  
  6. #ifdef    __STDC__
  7. #define P(args) args
  8. #else
  9. #define P(args) ()
  10. #endif
  11.  
  12. extern boolean hwlookcmp P((hash_datum *, hash_datum *));
  13. extern boolean iplookcmp P((hash_datum *, hash_datum *));
  14. extern boolean nmcmp P((hash_datum *, hash_datum *));
  15. extern void readtab P((int));
  16. extern void rdtab_init P((void));
  17.  
  18. #undef P
  19.  
  20.